go.pact.im/x/plumb/internal/emit.cleanupRef.name (field)

6 uses

	go.pact.im/x/plumb/internal/emit (current package)
		emit.go#L241: 				newCleanups = append(newCleanups, cleanupRef{name: cn, failable: r.Failable})
		emit.go#L311: 	name     string
		emit.go#L323: 			stmts = append(stmts, c.name+"()")
		emit.go#L347: 			b.WriteString(c.name)
		emit.go#L376: 			stmts = append(stmts, errl+" := "+c.name+"()")
		emit.go#L379: 			stmts = append(stmts, c.name+"()")